- standard flow control
- 标准流(程)控制
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
Flow control — distinguish|control flowIn computer networking, flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from over running a slow receiver. This should be distinguished from congestion… … Wikipedia
Ethernet flow control — WireShark screenshot of an ethernet Pause frame Ethernet flow control is a mechanism for temporarily stopping the transmission of data on Ethernet family computer networks. Contents 1 … Wikipedia
Software flow control — is a method of flow control used in computer data links, especially RS 232 serial. It uses special codes, transmitted in band, over the primary communications channel. These codes are generally called XOFF and XON (from transmit off and on ,… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
Control character — In computing and telecommunication, a control character or non printing character is a code point (a number) in a character set, that does not in itself represent a written symbol. It is in band signaling in the context of character encoding. All … Wikipedia
Flow measurement — is the quantification of bulk fluid movement. Flow can be measured in a variety of ways. Positive displacement flow meters acumulate a fixed volume of fluid and then count the number of times the volume is filled to measure flow. Other flow… … Wikipedia
Standard cubic feet per minute — (SCFM) is the volumetric flow rate of a gas corrected to standardized conditions of temperature and pressure. It is equivalent to the molar flow rate by the ideal gas law. Conversion of SCFM to mass flow requires knowledge of the mixture averaged … Wikipedia
CONTROL-M — is batch scheduling software produced by BMC Software, originally written for mainframes but also available for distributed computing platforms including Unix, Windows, Linux and OpenVMS environments. BMC Software claims that CONTROL M is the… … Wikipedia
Control (management) — Controlling is one of the managerial functions like planning, organizing, staffing and directing. It is an important function because it helps to check the errors and to take the corrective action so that deviation from standards are minimized… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Flow-based programming — In computer science, flow based programming (FBP) is a programming paradigm that defines applications as networks of black box processes, which exchange data across predefined connections by message passing. These black box processes can be… … Wikipedia